@charset "utf-8";
/* CSS Document */
.attribution {
  font-size: smaller;
  font-style: italic;
  color: darkgray;
}
body {
  background-color: #6699cc
}
.container {
  background-color: whitesmoke;
}
h2{
color: tan;	
	font-size: small;
}
h3 {
  color: #6699cc;
}
footer {
  text-align: center;
  font-size: smaller;
  color: tan;
}
.ovalboarder {
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 5px;
  width: 150;
float: left;
}

      
ol, ul{
font-size: smaller;
	font-style: italic;
}


